home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer Plus 2007
/
Programmer-Plus-2007.iso
/
Programming
/
Compilers
/
Miracle C Compiler
/
miricleC compiler.msi
/
Instal01.cab
/
_570EDE78B85A44FC96AAC4D5C29BCB6F
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-30
|
143 b
|
12 lines
#include <stdio.h>
extern void ztwof(int x);
main()
{
printf("zonea\n");
ztwof(42);
printf("ztwof=%d\n",24);
printf("zoneb\n");
}